Re: UNICODE and SQL

Поиск
Список
Период
Сортировка
От Ian Barwick
Тема Re: UNICODE and SQL
Дата
Msg-id 200305051637.19406.Ian Barwick <>
обсуждение исходный текст
Ответ на UNICODE and SQL  ("Marco Roda" <MarcoRoda@amdosoft.com>)
Список pgsql-sql
On Monday 05 May 2003 15:34, Marco Roda wrote:
> Hallo,
>
> I need to use SQL to insert some language specific characters into tables.
> In particular I am using German and Croatian specific characters. The
> database is created with UNICODE encoding.
> For instance, when trying to run from psql:
>
> INSERT INTO test VALUES (1,'Urlaubslite für nächstes Jahr');
>
> I get the following error:
>
> ERROR:  Invalid UNICODE character sequence found (0xfc7220)
>
> because of 'ü' and 'ä'.

What is your psql client encoding set to? Possibly you need
to set it to LATIN1.

Ian Barwick
barwick@gmx.net



В списке pgsql-sql по дате отправления:

Предыдущее
От: Achilleus Mantzios
Дата:
Сообщение: Re: UNICODE and SQL
Следующее
От: Achilleus Mantzios
Дата:
Сообщение: Re: UNICODE and SQL